-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily disable CI on FreeBSD 15 #3974
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting this up, I guess this is about the best we can do here for now. Could you add FIXME
to the comment so it is greppable?
FreeBSD 15 is the unstable development release. Currently its GCE images available to Cirrus CI don't work because the solib version of libmd was just bumped, and the package builders haven't yet caught up. Issue rust-lang#3967
@tgross35 comment added. BTW, there is another option. If we revert to an image from a couple of weeks ago we can symlink libmd.so.6 -> libmd.so.7. It's a hack, but it works in this case. Or, we can wait a few days/weeks until newer packages are available and then revert this change. |
I'll merge this now just so we have a workaround. A symlink hack sounds fine to me if you care to follow this up, otherwise I don't think we need to worry about it unless this winds up sticking around for more than a couple weeks. |
FreeBSD 15 is the unstable development release. Currently its GCE images available to Cirrus CI don't work because the solib version of libmd was just bumped, and the package builders haven't yet caught up. Issue rust-lang#3967 (backport <rust-lang#3974>) (cherry picked from commit 9b0ccb1)
FreeBSD 15 is the unstable development release. Currently its GCE images available to Cirrus CI don't work because the solib version of libmd was just bumped, and the package builders haven't yet caught up.
Issue #3967